Learn R Programming

mvQuad (version 1.0-8)

getNodes and getWeights: get nodes and weights from an NIGrid-object

Description

getNodes and getWeights extract the (potentially rescaled) nodes and weights out of an NIGrid-Object

Usage

getNodes(grid)

getWeights(grid)

Value

Returns the nodes or weights of the given grid

Arguments

grid

object of class NIGrid

See Also

createNIGrid

Examples

Run this code
myGrid <- createNIGrid(dim=2, type="cNC1", level=3)
getNodes(myGrid)
getWeights(myGrid)

Run the code above in your browser using DataLab